GenerateRuntimeAccessors

This mixin is able to generate runtime accessors. That means that by having a string, it is possible to modify

Members

Functions

getProperty
T* getProperty(string prop)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(string propName, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta